home *** CD-ROM | disk | FTP | other *** search
/ Inside the White House / Inside the White House.iso / bios.dir / 00203.ls < prev    next >
Encoding:
Text File  |  1995-08-02  |  208 b   |  12 lines

  1. on enterFrame
  2.   sound playFile 2, "assassin.wav"
  3. end
  4.  
  5. on exitFrame
  6.   global gATextSprite
  7.   set the visible of sprite 33 to 0
  8.   set gATextSprite to 34
  9.   puppetSprite(25, 1)
  10.   puppetSprite(gATextSprite, 1)
  11. end
  12.